Welcome![Sign In][Sign Up]
Location:
Search - notepad android

Search list

[androidMyNotes

Description: Android写的记事本,很好的学习例子-Android notepad writing, good learning examples
Platform: | Size: 3167232 | Author: gzy | Hits:

[androidazNotepad

Description: 安卓记事本程序源码是一个适合新手学习的安卓记事本程序例子源码,包括很多安卓基础的知识,并且代码有比较详细的注释,主要用到了listView展示数据和SQLite的读写建表等操作。代码量很少没有分层布局也相对简单方便学习分析。-Android Notepad program source code is a suitable for beginners to learn the Android Notepad program example source code, including many Android based knowledge, and the code has detailed notes, mainly used in the listview display data and SQLite reading and writing table operation. The code is very little and there is no hierarchical layout is relatively simple and easy to learn analysis.
Platform: | Size: 782336 | Author: 黎旭东 | Hits:

[androidWolf_bddzsty

Description: 通用安卓本地电子书源码可以在MainActivity中更改章节,所有文章都放在项目下的assets文件夹里,名字是1.jpg、2.jpg、x.jpg....等,直接用记事本打开就能编辑,配图可以在res/drawable-hdpi文件夹下更改,本项目结构简单,可以很好的做通用的本地电子书的二次开发,项目中内嵌有百度广告,可以自己去除。项目有进度转跳和字体大小设置,直接触屏底部左右部分可以实现翻页。是一个不错的安卓电子书项目源码。-Generic Android local ebook source code can change the chapters in the mainactivity, all articles are placed in the project s assets folder and name is JPG, 2. JPG, x.jpg.... etc., opened by Notepad can edit, pictures can change in res/drawable-hdpi folder. This project has the advantages of simple structure, can be very good to do the secondary development of generic local e, embedded in the project have Baidu advertising, you can remove themselves. Project schedule jump and font size settings, or directly touch screen can flip the bottom part. Is a good source of Android e-book project.
Platform: | Size: 9616384 | Author: 贾丹丹 | Hits:

[androidiosjggjsb

Description: 仿IOS自带九宫格密码记事本源码是一套基于安卓的备忘录项目源码,是某位程序员为其老婆私人订制的记事本项目,项目编码UTF-8,仅限android 4.0以上运行,仿照IOS风格,设计相当用心,应用打开以后会要求设置九宫格密码,设置一个长度大于6的图形图案,然后点击重绘再绘制一遍点击保存就可以保存密码了,下次开启需要绘制图像密码才能查看内容。项目不大,需要的朋友可以借鉴一下。-Imitation IOS comes Jiugongge password Notepad source code is a based on Android memo project source code, a programmer for the wife private custom Notepad project, project UTF-8 encoding, limited to Android 4.0 run, modeled after the IOS style, design is quite hard and application after opening will set squares password, set a length greater than 6 patterns, and then click redraw drawing again click Save to save password, the next time you open the need to draw the image password to view the content. Project is not large, the need for friends to learn about.
Platform: | Size: 3347456 | Author: 张慕雪 | Hits:

[androidNoteBookbq

Description: 安卓便签记事本源码添加文本后默认文本是全文显示的,点击以后可以转换成预览显示,即只显示第一行文字。点击文字左上角的铅笔图标可以实现文字的编辑。不能像小米便签那样进行分组。记事本数据使用SQLite本地存储,UI做的很用心。-Android notes Notepad source code to add text default text is to display the full text, click on the future can be converted into a preview display, which show only the first line of text. Click on the top left corner of the text of the pencil icon can be achieved text editor. Not that group like millet notes. Notepad data using SQLite local storage, UI do very carefully.
Platform: | Size: 4614144 | Author: niuhan | Hits:

[androidDBLianXiWJ_a5

Description: 记事本程序源码主要涉及的技术点就是SQLite,源码不大注释得体,并且附带项目报告一份。是安卓菜鸟拿来练手的绝好程序。日记的数据主要记录在本地的SQLite数据库中,程序里面有个日志搜索功能,不过没用模糊查询。-Notepad program source code is mainly involved in the technical point is SQLite, the source code is not well commented, and comes with a project report. The program is under the vast Android rookie. Diary of the data is mainly recorded in the local SQLite , the program which has a log search function, but did not use the fuzzy query.
Platform: | Size: 3207168 | Author: 袁野 | Hits:

[androidMy-Notes

Description: 安卓的记事本 很好的学习例子 值得下载-Android Notepad
Platform: | Size: 392192 | Author: 7678963336 | Hits:

[androidjishiben

Description: SQLITE存储,再加上listview就构成了一个简单的不能再简单的安卓记事本应用源码,配上一行代码一行注释的详解。简直就是安卓新手拿来练手的最好福利。-SQLite storage, plus the listview constitutes the a simple cannot again simple Android Notepad application source code, with one line of code, annotated with detailed. It is the best practice for Android new welfare.
Platform: | Size: 806912 | Author: bmpudn39 | Hits:

[androidlistviewheSQLitezhishi

Description: 注意:本项目是基于android studio开发的,eclipse可能无法直接使用。 本项目是一个简单的基于安卓的记事本项目源码,添加或删除数据的时候会出现显示bug(实际数据不会受到影响),bug体现在添加或删除一条数据以后会在listview里面会展示复制一遍操作后的数据。而不会清除原有的列表文本。新手朋友可以拿这个项目来试试手感,顺便看看能不能独立解决这个问题。 本项目涉及的知识点有: 1、SQLite的基本使用,增删查改 2、listview,adapeter的基本使用 3、activity生命周期 4、intent、bundle传递参数 5、AlertDialog的基本使用-Note: this project is based on the development of studio eclipse, Android may not be able to directly use. This project is a simple Notepad program source code based on Android, add or delete data will appear when the display bug (actual data will not be affected), bug reflected in add or remove a data will be in inside the listview will show copy again after the operation data. And will not clear the original list of text. Novice friends can take this project to try to feel, by the way to solve this problem can not be solved independently. The knowledge points involved in this project are: 1, the basic use of SQLite, CRUD 2, listview, the basic use of adapeter 3, activity life cycle 4, intent, bundle transfer parameters 5, the basic use of AlertDialog
Platform: | Size: 6619136 | Author: 冉宪东 | Hits:

[androiddingzhiqingjing

Description: 本项目是一个安卓记事本+闹钟设置+情景模式设置结合的安卓应用源码,应用比较适合横屏使用不适合竖屏使用,学生作品功能和UI都挺简单代码有注释。-This project is a Android Notepad+ alarm set+ scene mode setting combined with Android application source code, the application is more suitable for horizontal screen used is not suitable for the vertical screen use, student work functions and the UI is very simple code notes.
Platform: | Size: 4846592 | Author: 陈克应 | Hits:

[android通用安卓本地电子书源码1.0

Description: 通用安卓本地电子书源码可以在MainActivity中更改章节,所有文章都放在项目下的assets文件夹里,名字是1.jpg、2.jpg、x.jpg....等,直接用记事本打开就能编辑,配图可以在res/drawable-hdpi文件夹下更改,本项目结构简单,可以很好的做通用的本地电子书的二次开发,项目中内嵌有百度广告,可以自己去除。项目有进度转跳和字体大小设置,直接触屏底部左右部分可以实现翻页。是一个不错的安卓电子书项目源码。(General Android e-book source code can change the local chapters in MainActivity, all of the articles are placed in the project under the assets folder, the name is 1.jpg, 2.jpg, x.jpg... Etc.., you can edit directly open with Notepad, pictures can be changed in the res/drawable-hdpi folder, the project has the advantages of simple structure, can be very good to do the general local ebook the two development, Baidu advertising project in, can remove themselves. The project is scheduled to skip and font size settings, directly touch the bottom part of the screen can turn the page. Is a good Android ebook project source code.)
Platform: | Size: 7751680 | Author: enoly | Hits:

[Otherjishibenchengxu

Description: A Android Notepad program source code for beginners learning, including a lot of knowledge of Android foundation, and the code has more detailed annotations, mainly used for listView display data and SQLite's reading, writing, building tables and other operations. The number of code is very small without layered layout and is relatively simple and convenient to learn and analyze.
Platform: | Size: 787456 | Author: chustone | Hits:

[USB developvpclusion-composition

Description: android 例子中的NotePad,很有代表意义,有空下来看看,()
Platform: | Size: 30720 | Author: volycy | Hits:

[OtherNotepad_as

Description: android test for Notepad
Platform: | Size: 24005632 | Author: tinybee | Hits:

[Othersuishoujishi

Description: A small Android based Notepad source code, similar to a note, using a timeline to display the record. This project uses Baidu advertising and SDK, the default encoding GBK compiled version of 4.4.2 is not much more suitable for novice learning and reference.
Platform: | Size: 1716224 | Author: 茶思 | Hits:

[Internet-Network385932

Description: android 例子中的NotePad,很有代表意义,有空下来看看,()
Platform: | Size: 30720 | Author: FABIyqyz%2600799 | Hits:
« 1 2 3 4 5 6»

CodeBus www.codebus.net